home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / memmon.dxr / 00023_Preload.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  93 b   |  8 lines

  1. on mouseUp
  2.   now = startTimer()
  3.   tell the stage
  4.     preLoad()
  5.   end tell
  6.   PutTime(now)
  7. end
  8.